projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96d100
)
Pass the correct GDK library when working around Debian libtool
author
Owen W. Taylor
<otaylor@fishsoup.net>
Wed, 10 Nov 2010 22:08:40 +0000
(17:08 -0500)
committer
Owen W. Taylor
<otaylor@fishsoup.net>
Wed, 10 Nov 2010 22:10:45 +0000
(17:10 -0500)
We need to link against gdk/libgdk-x11-3.0.la, not
gdk/x11/libgdk-x11.la, which is the convenience library containing
the backend functions.
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index f8c47fa3fc461ebb09a9ac0b57787400aaa75ba0..36c02ce09c89b6caac86bb7312ec632ba17d5c86 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-916,7
+916,7
@@
Gtk_3_0_gir_CFLAGS = \
-DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
Gtk_3_0_gir_LIBS = $(gtktargetlib)
if USE_X11
-Gtk_3_0_gir_LIBS += $(top_builddir)/gdk/
x11/libgdk-x11
.la
+Gtk_3_0_gir_LIBS += $(top_builddir)/gdk/
libgdk-x11-3.0
.la
endif
Gtk_3_0_gir_FILES = $(introspection_files)
INTROSPECTION_GIRS += Gtk-3.0.gir